PathMakeWithCircle
Type
operator
Summary
Creates a new path.
Syntax
circle path centered at <mCenter> with radius <mRadius>
Description
Creates a new path.
Parameters
Name | Type | Description |
---|---|---|
mCenter | An expression which evaluates to a point. | |
mRadius | An expression which evaluates to a number. |
Examples
// Create a circle path
variable tPath as Path
put circle path centered at point [100,100] with radius 50 into tPath